home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / match_up.swf / scripts / DefineButton2_98 / BUTTONCONDACTION on(release).as
Text File  |  2012-04-23  |  145b  |  9 lines

  1. on(release){
  2.    set("/:test",getProperty("../", _name));
  3.    tellTarget("_flash0")
  4.    {
  5.       gotoAndStop("test-1");
  6.       play();
  7.    }
  8. }
  9.